Path: / {BASE} / statistics / {module}

Retrieve the statistics information of the statistics module with the name passed as path argument. The result format is identical to the result returned by /list

Path parameters:
module - the module for which to return the statistics

Sub-Resources
Resources
NameDescription
enabled

Resource Methods
Method Summary
NameDescription
GET /{BASE}/statistics/{module}Retrieve the statistics information of the statistics module with the name passed as path argument.

Method Detail

GET /{BASE}/statistics/{module}

Retrieve the statistics information of the statistics module with the name passed as path argument. The result format is identical to the result returned by /list

HTTP Example:
GET /{BASE}/statistics/{module}
API Example:

StatisticsWebService.getStatistics({'module': /* module the module for which to return the statistics */});

Output:
Response - a JSON-formatted map with an entry for each statistics module, where the value is a map of (key,value) entries for the statistics properties that are collected by the module
Produces:
application/json
HTTP return codes:
200 - if the statistics module exists
404 - if the statistics module does not exist